home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Anwendungen / LightningReqAttack / ReqAttack.PasteMe < prev   
Text File  |  1999-10-02  |  1KB  |  50 lines

  1. ;== paste these lines into your ReqAttack.prefs  ==
  2.  
  3. if reqtext = "Warning: you cannot get#?delete#?contents#?"
  4.         logo = "Logos/Lightning-WBDelete"
  5. endif
  6.  
  7. if reqtext = "Please insert volume#?"
  8.          logo = "Logos/Lightning-Insert"
  9. endif
  10.  
  11. if reqtext = "Volume#?is write protected#?"
  12.         logo = "Logos/Lightning-Protected"
  13. endif
  14.  
  15. if reqtext = "Disk#?is write-protected#?"
  16.         logo = "Logos/Lightning-Protected"
  17. endif
  18.  
  19. if reqtext = "Volume#?is full#?"
  20.         logo = "Logos/Lightning-Full"
  21. endif
  22.  
  23. if reqtext = "#?has a write error on#?"
  24.         logo = "Logos/Lightning-WriteError"
  25. endif
  26.  
  27. if reqtext = "Read Error#?on block#?"
  28.         logo = "Logos/Lightning-ReadError"
  29. endif
  30.  
  31. if reqtext = "OK to format#?"
  32.         logo = "Logos/Lightning-OKFormat"
  33. endif
  34.  
  35. if reqtext = "#?Software failure#?"
  36.         logo = "Logos/Lightning-FatalError"
  37. endif
  38.  
  39. if reqtext = "Not a DOS disk#?"
  40.         logo = "Logos/Lightning-NotDOS"
  41. endif
  42.  
  43. if reqtext = "You MUST replace#?in device#?"
  44.         logo = "Logos/Lightning-MUST"
  45. endif
  46.  
  47. if taskname = "About..."
  48.         logo = "Logos/Lightning-Info"
  49. endif
  50.